net/netip.Addr.z (field)
37 uses
net/netip (current package)
netip.go#L63: z *intern.Value
netip.go#L79: func IPv6Unspecified() Addr { return Addr{z: z6noz} }
netip.go#L88: z: z4,
netip.go#L101: z: z6noz,
netip.go#L113: z: z6noz,
netip.go#L381: return ip.z == z0
netip.go#L387: func (ip Addr) IsValid() bool { return ip.z != z0 }
netip.go#L395: switch ip.z {
netip.go#L406: if ip.z == nil {
netip.go#L409: zone, _ := ip.z.Get().(string)
netip.go#L461: return ip.z == z4
netip.go#L472: return ip.z != z0 && ip.z != z4
netip.go#L481: ip.z = z4
netip.go#L494: ip.z = z6noz
netip.go#L497: ip.z = intern.GetByString(zone)
netip.go#L507: ip.z = z6noz
netip.go#L513: return ip.z != z0 && ip.z != z4 && ip.z != z6noz
netip.go#L597: if ip.z == z0 {
netip.go#L655: switch ip.z {
netip.go#L692: if ip.z == z4 || ip.Is4In6() {
netip.go#L696: if ip.z == z0 {
netip.go#L704: switch ip.z {
netip.go#L764: switch ip.z {
netip.go#L786: switch ip.z {
netip.go#L908: if ip.z != z6noz {
netip.go#L919: switch ip.z {
netip.go#L934: if ip.z != z6noz {
netip.go#L947: switch ip.z {
netip.go#L988: switch ip.z {
netip.go#L1123: switch p.ip.z {
netip.go#L1154: switch p.ip.z {
netip.go#L1183: switch p.ip.z {
netip.go#L1422: if p.ip.z == z4 {
netip.go#L1443: switch p.ip.z {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)